home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / KA9QBINK.ZIP / KA9QBINK.ZRP / SPOOL / HELP / FTP.HLP
Encoding:
Text File  |  1995-07-14  |  11.6 KB  |  398 lines

  1. {help}
  2.  
  3. The following commands are available in FTP mode:
  4.  
  5. ascii, batch, binary, cd, dir, lcd, list, get, hash, help, ls, mget,
  6. mkdir, mput, nlst, quit, rmdir, put, type, verbose, view, pager.
  7.  
  8. To get more help on any of these commands type 'help <command>'
  9. {ascii}
  10. ASCII
  11.  
  12. USAGE
  13.     ASCII
  14.  
  15. DESCRIPTION
  16.     This command selects ASCII file transfer mode - it is equivalent to
  17.     typing 'TYPE ASCII'.
  18.  
  19. EXAMPLES
  20.     ASCII       (Select Ascii file transfer format)
  21.  
  22. {batch}
  23. BATCH
  24.  
  25. USAGE
  26.     BATCH [ON|OFF]
  27.  
  28. DESCRIPTION
  29.     This command will set or display the command batching flag.
  30.  
  31. EXAMPLES
  32.     BATCH ON    (Sets the batching flag)
  33.     BATCH       (Displays the batching flag)
  34.  
  35. {binary}
  36. BINARY
  37.  
  38. USAGE
  39.     BINARY
  40.  
  41. DESCRIPTION
  42.     This command selects BINARY file transfer mode - it is equivalent to
  43.     typing 'TYPE BINARY', or 'TYPE IMAGE'
  44.  
  45. EXAMPLES
  46.     BINARY      (Select Binary file transfer format)
  47.  
  48. {cd}
  49. CD
  50.  
  51. USAGE
  52.     CD <pathname>
  53.  
  54. DESCRIPTION
  55.     This command changes the current directory on the FTP server.
  56.     Use UNIX type path descriptions, eg pub/msdos, rather than MSDOS
  57.     path descriptions, eg pub\msdos. Also note that CD is normally
  58.     case sensitive, unlike MSDOS which is case insensitive - ie MSDos
  59.     is NOT the same as msdos.
  60.  
  61. EXAMPLES
  62.     CD pub     (Change to the pub subdirectory of the current directory)
  63.     CD ..      (Move one level out of the directory tree)
  64.     CD pub/gif (Change to the gif subdirectory of the pub directory).
  65.  
  66. {dir}
  67. DIR
  68.  
  69. USAGE
  70.     DIR  [<pathname> [<localfile>]]
  71.  
  72. DESCRIPTION
  73.     DIR will display the directory listing of a specified path. You can
  74.     also specify a filename mask to search for. If you don't specify a
  75.     path, the current directory will be displayed. If you don't specify
  76.     a filename mask, '*' will be used. Note, paths and filenames are
  77.     often case sensitive.
  78.  
  79.     If you specify a second parameter, DIR will save the directory listing
  80.     in a file on your local disk.
  81.  
  82.     DIR is synonymous with LIST.
  83.  
  84. EXAMPLES
  85.     DIR         (display all the files in the current directory)
  86.     DIR *.zip   (display all the files in the current directory which
  87.                  end with '.zip')
  88.     DIR pub     (display all the files in the pub subdirectory of the
  89.                  current directory)
  90.     DIR * dirlist  (store a directory listing of all the files in the
  91.                     current directory in a file 'dirlist' on your
  92.                     local disk)
  93.  
  94. {lcd}
  95. LCD
  96.  
  97. USAGE
  98.     LCD <pathname>
  99.  
  100. DESCRIPTION
  101.     This command changes the current directory on the local machine.
  102.  
  103. EXAMPLES
  104.     CD pub     (Change to the pub subdirectory of the current directory)
  105.     CD ..      (Move one level out of the directory tree)
  106.     CD pub/gif (Change to the gif subdirectory of the pub directory).
  107.  
  108. {list}
  109. LIST
  110.  
  111. USAGE
  112.     LIST  [<pathname> [<localfile>]]
  113.  
  114. DESCRIPTION
  115.     LIST will display the directory listing of a specified path. You can
  116.     also specify a filename mask to search for. If you don't specify a
  117.     path, the current directory will be displayed. If you don't specify
  118.     a filename mask, '*' will be used. Note, paths and filenames are
  119.     often case sensitive.
  120.  
  121.     If you specify a second parameter, LIST will save the directory listing
  122.     in a file on your local disk.
  123.  
  124.     LIST is synonymous with DIR.
  125.  
  126. EXAMPLES
  127.     LIST         (display all the files in the current directory)
  128.     LIST *.zip   (display all the files in the current directory which
  129.                   end with '.zip')
  130.     LIST pub     (display all the files in the pub subdirectory of the
  131.                   current directory)
  132.     LIST * dirlist  (store a directory listing of all the files in the
  133.                      current directory in a file 'dirlist' on your
  134.                     local disk)
  135. {get}
  136. GET
  137.  
  138. USAGE
  139.     GET <remote file> [<local file>]
  140.  
  141. DESCRIPTION
  142.     Get retrieves a file from the remote system, and stores it on your
  143.     disk. If the 'local file' parameter isn't given then the file will
  144.     be stored using the remote filename. Otherwise the file will
  145.     be stored using the specified local filename.
  146.  
  147.     Path specifications can be given in either of the remote or local
  148.     file names, but should match either the remote or local file name
  149.     requirements (eg '/' and case sensitivity).
  150.  
  151. EXAMPLES
  152.     GET readme     (retrieve the file 'readme' from the current directory
  153.                     on the remote system, and save it to 'readme' in the
  154.                     current directory on the local system).
  155.     GET pub/index ftpdir/index1  (retrieve the index file from the 'pub'
  156.                     subdirectory on the remote system, and store it as
  157.                     'index1' in the 'ftpdir' subdirectory on the local
  158.                     system).
  159. {hash}
  160. HASH
  161.  
  162. USAGE
  163.     HASH
  164.  
  165. DESCRIPTION
  166.     HASH is a synonym for 'VERBOSE 3'. This will display all memesages
  167.     resulting from communication between the local and remote systems,
  168.     and will display a hash mark ('#') for every 1000 bytes which are
  169.     sent or received
  170.  
  171. USAGE
  172.     HASH
  173.  
  174. {ls}
  175. LS
  176.  
  177. USAGE
  178.     LS  [<pathname> [<localfile>]]
  179.  
  180. DESCRIPTION
  181.     LS will display the directory listing of a specified path. You can
  182.     also specify a filename mask to search for. If you don't specify a
  183.     path, the current directory will be displayed. If you don't specify
  184.     a filename mask, '*' will be used. Note, paths and filenames are
  185.     often case sensitive.
  186.  
  187.     If you specify a second parameter, LS will save the directory listing
  188.     in a file on your local disk.
  189.  
  190.     LS is similar to DIR, but it only displays the file names, without
  191.     all the supplementary data.
  192.  
  193.     LS is synonymous with NLST.
  194.  
  195. EXAMPLES
  196.     LS         (display all the files in the current directory)
  197.     LS * dirlist  (store a directory listing of all the files in the
  198.                    current directory in a file 'dirlist' on your
  199.                    local disk)
  200.  
  201. {mget}
  202. MGET
  203.  
  204. USAGE
  205.     MGET <file1> [<file> ....]
  206.  
  207. DESCRIPTION
  208.     MGET will get a collection of files from the remote system. File names
  209.     may include wildcards which will be expanded into a list of files by
  210.     the remote server.
  211.  
  212.     Files will be stored on the local system using the same names that
  213.     they had on the server.
  214.  
  215. EXAMPLES
  216.     MGET readme index   (Get the 'readme' and 'index' files from the
  217.                          remote system, storing them as 'readme' and
  218.                          'index' on the local system)
  219.     MGET *          (Get all files from the current directory on the
  220.                      remote system, storing them on the local system
  221.                      using the same names)
  222. {mkdir}
  223. MKDIR
  224.  
  225. USAGE
  226.     MKDIR <remote directory>
  227.  
  228. DESCRIPTION
  229.     MKDIR will create a new directory on the remote system. You need
  230.     write access to the remote system to be able to do this.
  231.  
  232. EXAMPLES
  233.     MKDIR mydir     (create a new subdirectory called 'mydir' on the
  234.                      remote system).
  235.  
  236. {mput}
  237. MPUT
  238.  
  239. USAGE
  240.     MPUT <file1> [<file> ....]
  241.  
  242. DESCRIPTION
  243.     MPUT will send a collection of files to the remote system. File names
  244.     may include wildcards which will be expanded into a list of files by
  245.     the local system.
  246.  
  247.     Files will be stored on the remote system using the same names that
  248.     they had locally.
  249.  
  250. EXAMPLES
  251.     MPUT readme index   (Send the 'readme' and 'index' files to the
  252.                          remote system, storing them as 'readme' and
  253.                          'index' on the remote system)
  254.     MPUT *          (Get all files from the current directory on the
  255.                      local system, storing them on the remote server
  256.                      using the same names)
  257. {nlst}
  258. NLST
  259.  
  260. USAGE
  261.     NLST  [<pathname> [<localfile>]]
  262.  
  263. DESCRIPTION
  264.     NLST will display the directory listing of a specified path. You can
  265.     also specify a filename mask to search for. If you don't specify a
  266.     path, the current directory will be displayed. If you don't specify
  267.     a filename mask, '*' will be used. Note, paths and filenames are
  268.     often case sensitive.
  269.  
  270.     If you specify a second parameter, NLST will save the directory
  271.     listing in a file on your local disk.
  272.  
  273.     NLST is similar to DIR, but it only displays the file names, without
  274.     all the supplementary data.
  275.  
  276.     NLST is synonymous with LS.
  277.  
  278. EXAMPLES
  279.     NLST         (display all the files in the current directory)
  280.     NLST * dirlist  (store a directory listing of all the files in the
  281.                    current directory in a file 'dirlist' on your
  282.                    local disk)
  283. {quit}
  284. QUIT
  285.  
  286. USAGE
  287.     QUIT
  288.  
  289. DESCRIPTION
  290.     QUIT finishes the FTP server session.
  291.  
  292. EXAMPLES
  293.     QUIT
  294.  
  295. {rmdir}
  296. RMDIR
  297.  
  298. USAGE
  299.     RMDIR
  300.  
  301. DESCRIPTION
  302.     RMDIR will delete a directory on the remote server. To use this
  303.     command you need delete access to the remote system.
  304.  
  305. EXAMPLES
  306.     RMDIR mydir   (this will delete the 'mydir' directory from the
  307.                    remote system).
  308.  
  309. {put}
  310. PUT
  311.  
  312. USAGE
  313.     PUT <local file> [<remote file>]
  314.  
  315. DESCRIPTION
  316.     PUT will send a file from the local system to the remote server.
  317.  
  318.     If there are two parameters, the second parameter will specify the
  319.     name on the remote system, otherwise it will be given the name of
  320.     the first parameter.
  321.  
  322. EXAMPLES
  323.     PUT  newfile     (send the file 'newfile' to the remote system,
  324.                       storing it in the current directory with the name
  325.                       'newfile')
  326.     PUT newfile thisfile  (send the file 'newfile' to the remote system,
  327.                            storing it in the current directory with the
  328.                            name 'thisfile')
  329.  
  330. {type}
  331. TYPE
  332.  
  333. USAGE
  334.     TYPE [a | i | b | l <bytesize>]
  335.  
  336. DESCRIPTION
  337.     TYPE tells both the remote and local systems the type of file that
  338.     is to be transfered. The default is 'A' - 'ASCII' (or text file).
  339.     TYPEs 'b' and 'i' are synonymous and mean 'Binary' or 'Image'.
  340.     Image transfers should be used when transferring executable files,
  341.     or compressed files.
  342.  
  343.     TYPE 'l' is for 'logical byte size' when exchanging binary files with
  344.     remote servers that use a non-standard word size.
  345.  
  346. EXAMPLES
  347.     TYPE A     (all future transfers are to use ASCII mode)
  348.     TYPE       (display the current transfer mode)
  349.  
  350. {verbose}
  351. VERBOSE
  352.  
  353. USAGE
  354.     VERBOSE [0 | 1 | 2 | 3]
  355.  
  356. DESCRIPTION
  357.     Verbose sets or displays the level of message output during file
  358.     transfers as follows:
  359.  0 -Display error messages only,
  360.  1 -Display error messages, plus a one line summary after transfers
  361.  2 -Display error and summary messages plus progress messages generated
  362.     by the server. (This is the default),
  363.  3 -Display all messages - also display a '#' character for every 1000
  364.     characters that are sent or received.
  365.  
  366. EXAMPLES
  367.     VERBOSE     (display the current verbose setting)
  368.     VERBOSE 0   (only display error messages)
  369.  
  370. {view}
  371. VIEW
  372.  
  373. USAGE
  374.     VIEW <remote file>
  375.  
  376. DESCRIPTION
  377.     VIEW will allow you to view a text file which is on the remote system
  378.     without downloading it first. This can be useful for 'readme' type
  379.     files, where you want to read the file before carrying on with the
  380.     ftp work.
  381.  
  382. EXAMPLES
  383.     VIEW readme.ftp   (display the 'readme.ftp' file on the remote server)
  384. {pager}
  385. PAGER
  386.  
  387. USAGE
  388.     PAGER [on|off]
  389.  
  390. DESCRIPTION
  391.     PAGER will set or display the session page mode. When the page mode
  392.     is on, all displays will be paused after 24 lines to let you view
  393.     them before pressing a key to continue.
  394.  
  395. EXAMPLES
  396.    PAGER              (display the current setting of the page mode)
  397.    PAGER on           (turn the page mode on for the current FTP session)
  398.